DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / GetGroupTitle Method
The table view.
The group.

In This Topic
    GetGroupTitle Method
    In This Topic
    Gets the title of a group.
    Syntax
    'Declaration
     
    Public Overridable Function GetGroupTitle( _
       ByVal tableView As UIKit.UITableView, _
       ByVal group As IDataCollectionGroup(Of Object,Object) _
    ) As String
    public virtual string GetGroupTitle( 
       UIKit.UITableView tableView,
       IDataCollectionGroup<object,object> group
    )

    Parameters

    tableView
    The table view.
    group
    The group.
    See Also